home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
flappy.swf
/
scripts
/
frame_5
/
PlaceObject2_140_32
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
393 b
|
20 lines
onClipEvent(enterFrame){
if(_root.BigBird.scrollStart == true)
{
if(this._x > -200)
{
this._x -= balloonSpeed;
}
if(this._x <= -200)
{
this.orange.gotoAndStop(1);
this._y = random(300) + 20;
this._x = 800;
if(balloonSpeed < 15)
{
balloonSpeed++;
}
}
}
}